getType

abstract fun getType(): String

Gets the type of condition, which determines how its values are interpreted and evaluated.

For example, a type might be "TIME_RANGE", "DEVICE_PROPERTY", "USER_GROUP", etc. The specific set of valid condition types is defined by the system implementing this interface.

Return

A string representing the type of the condition. This value should not be null.